projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12b691
)
gtk/utils: Include stdio.h
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 17 Oct 2016 13:51:16 +0000
(14:51 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 17 Oct 2016 13:51:16 +0000
(14:51 +0100)
We need it because of the declaration using FILE*.
gtk/gtkutilsprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkutilsprivate.h
b/gtk/gtkutilsprivate.h
index a498c74fd9ec910d41a825a507c128090675f494..9cc6be0c1a73773c38556f201f899dcbe7b4dcfe 100644
(file)
--- a/
gtk/gtkutilsprivate.h
+++ b/
gtk/gtkutilsprivate.h
@@
-1,6
+1,7
@@
#ifndef __GTKUTILS_H__
#define __GTKUTILS_H__
+#include <stdio.h>
#include <glib.h>
G_BEGIN_DECLS